push down - définition. Qu'est-ce que push down
Diclib.com
Dictionnaire en ligne

Qu'est-ce (qui) est push down - définition

ABSTRACT DATA TYPE
Stack (computer science); Stack (programming); Stack underflow; Push/pop; Bounded stack; LIFO (computing); Push and pop; Pushing and popping; Pushdown; Stack data structure; Pop (computer programming); Push (computer programming); Stack Depth Distribution; Stack organization; Stack depth distribution; Stack (data structure); Stack (C++); Last-come, first served; Stack pop; Stack push; Hardware stack; Stack (data type); Internal stack; Internal call stack; Hardware stacks; Nesting store; Push-down store; Recursive stack; Hardware push down; Link nest store; Nested store; Nest store; Push down; LIFO queue; Std::stack
  • Simple representation of a stack runtime with ''push'' and ''pop'' operations.
  • datum]] on the stack. A push operation decrements the pointer and copies the data to the stack; a pop operation copies data from the stack and then increments the pointer. Each procedure called in the program stores procedure return information (in yellow) and local data (in other colors) by pushing them onto the stack. This type of stack implementation is extremely common, but it is vulnerable to [[buffer overflow]] attacks (see the text).
  • Similar to a stack of plates, adding or removing is only possible at the top.

Push-pull configuration         
ARRANGEMENT OF PROPELLER ON AN AIRCRAFT FACING BOTH FORWARD AND REARWARD
Push-pull aircraft; Centerline thrust; Push pull configuration; Push/pull tractor; Push–pull configuration
An aircraft constructed with a push-pull configuration has a combination of forward-mounted tractor (pull) propellers, and backward-mounted (pusher) propellers.
Push–pull train         
  • A GEC Alstom push–pull
  • Golden Pass Panoramic train in Switzerland with locomotive in the middle
  • Push–pull train in Austria (2004); note locomotive at the rear of the train.
  • alt=
  • Push–pull train in the Czech Republic (2016); note control car at the rear of the train.
  • [[Network Rail]] [[Driving Brake Standard Open]] in October 2009
  • A push–pull train with two control cars and locomotive in the middle
  • Alnmouth]] in June 2005
  • A single [[GWR Autocoach]] capable of steam push–pull operation
  • A [[Metra]] train in push mode, with a non-locomotive passenger car in the front. Note the engineer's station in the upper level of the passenger car.
  •  Push–pull train in [[Slovakia]]
  • driving van trailer]] in [[Ireland]]
  • A [[New Jersey Transit]] train with [[Bombardier ALP-46]] locomotives on both ends and 11 cars in between, in [[New Jersey]], United States.
TYPE OF CONFIGURATION FOR LOCOMOTIVE-HAULED TRAINS WITH DRIVING CABS AT EACH END AND REMOTE CONTROLS OF LOCOMOTIVE FOR ANOTHER CAB
Auto coach; Push-pull train; Push pull train; Wendezug; Push-pull trains
Push–pull is a configuration for locomotive-hauled trains, allowing them to be driven from either end of the train, whether having a locomotive at each end or not.
push down         
v. (D; intr.) to push down on (to push down on a lid)

Wikipédia

Stack (abstract data type)

In computer science, a stack is an abstract data type that serves as a collection of elements, with two main operations:

  • Push, which adds an element to the collection, and
  • Pop, which removes the most recently added element that was not yet removed.

Additionally, a peek operation can, without modifying the stack, return the value of the last element added. Calling this structure a stack is by analogy to a set of physical items stacked one atop another, such as a stack of plates.

The order in which an element added to or removed from a stack is described as last in, first out, referred to by the acronym LIFO. As with a stack of physical objects, this structure makes it easy to take an item off the top of the stack, but accessing a datum deeper in the stack may require taking off multiple other items first.

Considered as a linear data structure, or more abstractly a sequential collection, the push and pop operations occur only at one end of the structure, referred to as the top of the stack. This data structure makes it possible to implement a stack as a singly linked list and as a pointer to the top element. A stack may be implemented to have a bounded capacity. If the stack is full and does not contain enough space to accept another element, the stack is in a state of stack overflow.

A stack is needed to implement depth-first search.

Exemples de prononciation pour push down
1. Push down, screw in.
A Matter of Taste - The Science Behind Mixology _ Devin Kidner _ Talks at Google
2. Push down in the floor.
The New Rules Of Posture - How To Sit, Stand and Walk _ Mary Bond _ Talks at Google
3. to decrease, to push down deforestation,
ted-talks_2166_TassoAzevedo_2014G-320k
4. and then I can push down.
Susan Spungen _ Open Kitchen - Inspired Food for Casual Gatherings _ Talks at Google
5. and then you can push down.
Susan Spungen _ Open Kitchen - Inspired Food for Casual Gatherings _ Talks at Google
Exemples du corpus de texte pour push down
1. The persistent fighting has helped to push down President George W.
2. Fears about the implications of the Murakami affair helped to push down many domestic stocks.
3. Evidence suggests that migrants are beginning to push down wages at the lower end of the income scale, he said.
4. "I could feel the surgeon leaning over me and push down on my body before pulling up.
5. They also said they could try to push down other long–term rates by buying long–term Treasury securities.